@charset "utf-8";
/*公共的less*/
/* 背景图片的定义*/
/* 字体设置 */
/*边框设置*/
/*是哪一条边框*/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
th,
td,
form,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/24px 'Microsoft YaHei';
  min-width: 1200px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
iframe {
  border: 0;
}
i,
cite,
em {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
.btn:hover {
  -webkit-filter: brightness(1.15);
  -moz-filter: brightness(1.15);
  filter: brightness(1.15);
}
.clear:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.jqthumb {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}
.imghover .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.area {
  *zoom: 1;
}
.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}
.main {
  max-width: 1164px;
  margin: 0 auto;
  position: relative;
}
.mgtp-10 {
  margin-top: 10px;
}
.mgtp-20 {
  margin-top: 20px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
